home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Complete Linux
/
Complete Linux.iso
/
docs
/
apps
/
database
/
ingres04.lzh
/
source
/
iutil
/
acc_init.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1985-01-23
|
305 b
|
17 lines
# include <sccs.h>
SCCSID(@(#)acc_init.c 8.1 12/31/84)
/*
** ACC_INIT -- fake acc_init.
**
** Modules that do not pull in the access method library will
** choke. So we include an acc_init here that the ctl module
** can pick up if the access method library has not been
** loaded.
*/
acc_init()
{
}